var github.com/klauspost/compress/flate.fixedOffsetEncoding

5 uses

	github.com/klauspost/compress/flate (current package)
		huffman_bit_writer.go#L407: 		fixedOffsetEncoding.bitLength(w.offsetFreq[:]) +
		huffman_bit_writer.go#L579: 	var offsetEncoding = fixedOffsetEncoding
		huffman_bit_writer.go#L696: 				w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes)
		huffman_bit_writer.go#L743: 				w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes)
		huffman_code.go#L130: var fixedOffsetEncoding = generateFixedOffsetEncoding()